Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / BaseStorage<T,TMappingCollection> Class / RemoveAt Method
The zero-based index of the item to remove.

In This Topic
    RemoveAt Method (BaseStorage<T,TMappingCollection>)
    In This Topic
    Removes the item at the specified index in the list.
    Syntax
    'Declaration
     
    
    Public Overridable Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public virtual void RemoveAt( 
       int index
    )

    Parameters

    index
    The zero-based index of the item to remove.
    See Also